ExecuteDbDataReader Method (C1CommandBase<TCommandImpl>) | DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / ExecuteDbDataReader Method
An instance of System.Data.CommandBehavior.

In This Topic
ExecuteDbDataReader Method (C1CommandBase<TCommandImpl>)
In This Topic
Executes the command text against the connection.
Syntax
'Declaration
 
Protected Overridable Function ExecuteDbDataReader( _
   ByVal behavior As CommandBehavior _
) As DbDataReader
 

Parameters

behavior
An instance of System.Data.CommandBehavior.

Return Value

A DbDataReader representing the table result of the query execution.
See Also